Browser support: Update the site for jQuery 3.0.0#103
Closed
mgol wants to merge 1 commit intojquery:jquery-3from
Closed
Browser support: Update the site for jQuery 3.0.0#103mgol wants to merge 1 commit intojquery:jquery-3from
mgol wants to merge 1 commit intojquery:jquery-3from
Conversation
1 task
Member
|
Lgtm! Did you open an issue for the strikethroughed line item? |
Member
Author
Just now. :) #104. |
mgol
added a commit
that referenced
this pull request
Jul 10, 2015
Member
|
Merged this in |
Member
Author
|
My bad, I forgot that it's a separate branch & I deleted mine which auto-closed this PR. |
mgol
added a commit
that referenced
this pull request
Dec 14, 2015
mgol
added a commit
that referenced
this pull request
Dec 28, 2015
mgol
added a commit
that referenced
this pull request
Jan 13, 2016
mgol
added a commit
that referenced
this pull request
Feb 10, 2016
mgol
added a commit
that referenced
this pull request
Mar 9, 2016
mgol
added a commit
that referenced
this pull request
Mar 30, 2016
mgol
added a commit
that referenced
this pull request
Mar 30, 2016
mgol
added a commit
that referenced
this pull request
Mar 31, 2016
mgol
added a commit
that referenced
this pull request
Apr 25, 2016
mgol
added a commit
that referenced
this pull request
May 9, 2016
mgol
added a commit
that referenced
this pull request
May 20, 2016
mgol
added a commit
that referenced
this pull request
May 21, 2016
timmywil
pushed a commit
that referenced
this pull request
Jun 9, 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(ported from #102)
This PR is a preparation for the browser-support site changes that are needed for jQuery 3.0.0.
Apart from updating browsers' versions, I made a couple of changes:
jQueryto be first &jQuery Compatto be second. At this point where we're starting discussing dropping IE8 in some not-so-absurdly-distant future, with additional platform support like Node (it wasn't really properly tested in 2.x) and, last but not least, considering that the namejQueryhints it is the main line it made sense to me to change the "default" version to choose.(Current - 1) or Currentto(Current - 1) and Currentas we support both versions, not one of the other.Edge is presented separately as we don't know if BrowserStack will make more than one build available. Edge will not have official version numbers but its user agent contains the build number in the form of
Edge/12.BUILD_NUMBER; current build is 9600. If more than one build will be made available, I'd merge this column with the Chrome one.Screenshots:
cc @jquery/core
Things to consider:
remove the "CSS contents and browser compatibility" link from "External References" at the bottom of the page; it was mostly relevant for IE<8 and most of the table has since been moved to another place.This could be done even now, no need to do it on ajquery-3branch: Browser support: remove the "CSS contents and browser compatibility" link #104.